Several minor doc fixes for UTM in style definitions.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Sep 2014 22:40:45 +0000 (22:40 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Sep 2014 22:40:45 +0000 (22:40 +0000)
gpsbabel/xmldoc/chapters/styles.xml

index 63b033ff652f153197570e6d2e6742d6fd7f25a0..a173306bf0697f1df50acd6f60423880c5d3065f 100644 (file)
@@ -788,7 +788,7 @@ examples:
 </para>
 <para>example: </para>
 <screen format="linespecific">
-IFIELD UTM, "%s" # writes 6S 519045 3984035  -the easting is first by convention.</screen>
+IFIELD UTM, "", "%s" # writes 6S 519045 3984035  -the easting is first by convention.</screen>
 </section>
 
 <section id="style_def_utm_easting">
@@ -797,7 +797,7 @@ IFIELD UTM, "%s" # writes 6S 519045 3984035  -the easting is first by convention
 </para>
 <para>example: </para>
 <screen format="linespecific">
-IFIELD UTM_EASTING, "", "%d"  # outputs 519045
+IFIELD UTM_EASTING, "", "%.0ff"  # outputs 519045
 </screen>
 </section>
 
@@ -808,7 +808,7 @@ This is the decimal component representing the northing
 </para>
 <para>example: </para>
 <screen format="linespecific">
-IFIELD UTM_NORTHING "", "%d"  # outputs 3984035
+IFIELD UTM_NORTHING "", "%.0f"  # outputs 3984035
 </screen>
 </section>
 
@@ -829,7 +829,7 @@ The UTM Zone character.
 </para>
 <para>example: </para>
 <screen format="linespecific">
-IFIELD UTM_ZONEC "", "%d"  # outputs S
+IFIELD UTM_ZONEC "", "%c"  # outputs S
 </screen>
 </section>